library(here)
library(dplyr)
library(tidyverse)
library(sf)
library(data.table)
library(ggplot2)
library(raster)
library(prismatic)
library(arulesCBA)
library(tibble)
library(osmdata)
library(wesanderson)
library(ggpubr)
library(kableExtra)
Attaching package: ‘kableExtra’
The following object is masked from ‘package:dplyr’:
group_rows
library(magick)
Linking to ImageMagick 6.9.12.93
Enabled features: cairo, fontconfig, freetype, heic, lcms, pango, raw, rsvg, webp
Disabled features: fftw, ghostscript, x11
filenames <- list.files(here("source"),pattern="*.gpkg$")
layers_s = c("09h30_staying","12h30_staying","15h30_staying","18h30_staying")
layers_m = c("09h30_moving","12h30_moving","15h30_moving","18h30_moving")
list_m = list()
list_s = list()
for (i in filenames) {
filename = i
for (j in layers_s) {
df = st_read(here("source",filename),j)
df$fileid = filename
df$layer = j
df = df %>% dplyr::select(-Photo,-mode,-row,-id)
list_s[[length(list_s)+1]]=df
rm(df)
}
for (j in layers_m) {
df = st_read(here("source",filename),j)
df$fileid = paste0(filename,j)
df$fileid = filename
df$layer = j
df = df %>% dplyr::select(-Direction,-Photo)
list_m[[length(list_m)+1]]=df
rm(df)
}
rm(filename)
}
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355235.1 ymin: 6689105 xmax: 355409.4 ymax: 6689201
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 37 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355278.9 ymin: 6689125 xmax: 355393.8 ymax: 6689234
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 26 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355217.4 ymin: 6689113 xmax: 355428.9 ymax: 6689196
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 23 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355276.8 ymin: 6689138 xmax: 355410 ymax: 6689220
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 16 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355175.8 ymin: 6689079 xmax: 355323.3 ymax: 6689245
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 4 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355256.6 ymin: 6689180 xmax: 355408.8 ymax: 6689248
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 16 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355192.5 ymin: 6689085 xmax: 355343.9 ymax: 6689199
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 6 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355214 ymin: 6689133 xmax: 355413.4 ymax: 6689252
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 11 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355268.4 ymin: 6689174 xmax: 355369.1 ymax: 6689222
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355188.9 ymin: 6689123 xmax: 355291.4 ymax: 6689169
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 21 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355272.2 ymin: 6689167 xmax: 355379.3 ymax: 6689227
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355193 ymin: 6689114 xmax: 355268 ymax: 6689165
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355260.7 ymin: 6689122 xmax: 355436 ymax: 6689243
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355169 ymin: 6689062 xmax: 355445.7 ymax: 6689223
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 6 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355247.9 ymin: 6689118 xmax: 355421.4 ymax: 6689265
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230614_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355180.9 ymin: 6689056 xmax: 355430 ymax: 6689235
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355217.6 ymin: 6689107 xmax: 355299.3 ymax: 6689160
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 41 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270.5 ymin: 6689124 xmax: 355426.8 ymax: 6689222
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 21 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355220 ymin: 6689112 xmax: 355420.3 ymax: 6689192
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 26 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355267.1 ymin: 6689135 xmax: 355418.8 ymax: 6689219
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 17 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355168.1 ymin: 6689068 xmax: 355422.6 ymax: 6689219
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 5 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355260.7 ymin: 6689170 xmax: 355414.2 ymax: 6689253
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 18 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355196.2 ymin: 6689073 xmax: 355339.3 ymax: 6689209
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 5 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355243.7 ymin: 6689163 xmax: 355420.4 ymax: 6689263
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 15 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355275.9 ymin: 6689134 xmax: 355420.8 ymax: 6689222
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355198.4 ymin: 6689089 xmax: 355289.9 ymax: 6689164
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 26 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270.6 ymin: 6689168 xmax: 355380.1 ymax: 6689229
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 18 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355195.1 ymin: 6689107 xmax: 355270.8 ymax: 6689161
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 3 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355261 ymin: 6689164 xmax: 355430.2 ymax: 6689265
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355176.3 ymin: 6689087 xmax: 355439.9 ymax: 6689256
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355259.2 ymin: 6689123 xmax: 355454.9 ymax: 6689259
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230615_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355169.5 ymin: 6689083 xmax: 355439 ymax: 6689222
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 19 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355222.6 ymin: 6689099 xmax: 355344.7 ymax: 6689161
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 32 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270.5 ymin: 6689136 xmax: 355396.1 ymax: 6689224
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 32 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355213.2 ymin: 6689106 xmax: 355416.7 ymax: 6689197
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 22 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355271.9 ymin: 6689129 xmax: 355420.3 ymax: 6689214
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 15 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355142.6 ymin: 6689037 xmax: 355368.8 ymax: 6689201
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 4 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355247.4 ymin: 6689171 xmax: 355406 ymax: 6689257
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355196.3 ymin: 6689091 xmax: 355343.7 ymax: 6689240
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 5 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355254.6 ymin: 6689158 xmax: 355411.7 ymax: 6689250
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 22 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355272.5 ymin: 6689138 xmax: 355375.4 ymax: 6689223
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355224.7 ymin: 6689106 xmax: 355268.9 ymax: 6689159
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 33 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270.3 ymin: 6689167 xmax: 355377 ymax: 6689226
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 4 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355190.6 ymin: 6689130 xmax: 355211.6 ymax: 6689155
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 4 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355246.7 ymin: 6689157 xmax: 355409.5 ymax: 6689256
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 15 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355193.5 ymin: 6689083 xmax: 355441 ymax: 6689226
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 11 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355259.8 ymin: 6689113 xmax: 355439.6 ymax: 6689244
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230624_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355170.7 ymin: 6689080 xmax: 355439.3 ymax: 6689228
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355286.7 ymin: 6689182 xmax: 355368.3 ymax: 6689221
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355296.4 ymin: 6689137 xmax: 355425 ymax: 6689199
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355181.5 ymin: 6689109 xmax: 355288.4 ymax: 6689163
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 19 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355271.9 ymin: 6689167 xmax: 355356.9 ymax: 6689218
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 6 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355253.2 ymin: 6689162 xmax: 355406.7 ymax: 6689250
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 4 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355274.8 ymin: 6689118 xmax: 355430.9 ymax: 6689241
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355116.1 ymin: 6689038 xmax: 355341.5 ymax: 6689223
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 5 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355254.3 ymin: 6689124 xmax: 355404.6 ymax: 6689249
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 16 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355287.5 ymin: 6689124 xmax: 355409.7 ymax: 6689201
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 11 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355222.3 ymin: 6689109 xmax: 355267.5 ymax: 6689161
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 28 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270.4 ymin: 6689166 xmax: 355370.4 ymax: 6689222
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 18 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355282.9 ymin: 6689126 xmax: 355424.6 ymax: 6689201
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 3 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355275.1 ymin: 6689115 xmax: 355419 ymax: 6689218
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 11 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355196.4 ymin: 6689089 xmax: 355287.5 ymax: 6689182
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355256.9 ymin: 6689159 xmax: 355404.9 ymax: 6689239
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 9 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355265.8 ymin: 6689129 xmax: 355435.7 ymax: 6689219
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 11 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355189.7 ymin: 6689126 xmax: 355292.3 ymax: 6689175
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 24 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355273.4 ymin: 6689172 xmax: 355371.4 ymax: 6689222
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 17 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355285.6 ymin: 6689130 xmax: 355418.2 ymax: 6689200
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 18 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355193.4 ymin: 6689127 xmax: 355251.7 ymax: 6689163
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355167.1 ymin: 6689077 xmax: 355326.5 ymax: 6689217
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 9 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355256.2 ymin: 6689165 xmax: 355408 ymax: 6689247
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355265.1 ymin: 6689106 xmax: 355431.9 ymax: 6689219
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230710_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355150.7 ymin: 6689090 xmax: 355295.9 ymax: 6689219
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270.6 ymin: 6689174 xmax: 355370.3 ymax: 6689221
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355307.7 ymin: 6689127 xmax: 355414.8 ymax: 6689199
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355189.5 ymin: 6689114 xmax: 355288.1 ymax: 6689154
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 17 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355273.1 ymin: 6689168 xmax: 355381.8 ymax: 6689221
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 7 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355252.7 ymin: 6689131 xmax: 355406 ymax: 6689272
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 7 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355240.5 ymin: 6689088 xmax: 355437.4 ymax: 6689252
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 5 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355163.9 ymin: 6689075 xmax: 355303.9 ymax: 6689230
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 7 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355255.7 ymin: 6689131 xmax: 355407.4 ymax: 6689247
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355288.7 ymin: 6689142 xmax: 355417.3 ymax: 6689211
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 16 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355202.1 ymin: 6689106 xmax: 355288.9 ymax: 6689165
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 26 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355272.9 ymin: 6689166 xmax: 355371 ymax: 6689222
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 16 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355311.1 ymin: 6689141 xmax: 355420.7 ymax: 6689204
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355274.5 ymin: 6689115 xmax: 355439.7 ymax: 6689215
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355200.4 ymin: 6689096 xmax: 355292.5 ymax: 6689188
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355257.6 ymin: 6689158 xmax: 355401.8 ymax: 6689237
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_fichaux.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355267.8 ymin: 6689110 xmax: 355440.7 ymax: 6689217
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 15 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355223.1 ymin: 6689107 xmax: 355289.1 ymax: 6689189
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 28 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270.6 ymin: 6689167 xmax: 355370.6 ymax: 6689223
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355281.3 ymin: 6689124 xmax: 355421.8 ymax: 6689196
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 19 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355193.8 ymin: 6689107 xmax: 355267.8 ymax: 6689159
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 4 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355171.7 ymin: 6689081 xmax: 355316.7 ymax: 6689218
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 5 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355258.7 ymin: 6689169 xmax: 355402.2 ymax: 6689258
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 5 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355279.7 ymin: 6689113 xmax: 355436.4 ymax: 6689212
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230718_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 6 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355170.6 ymin: 6689084 xmax: 355275.2 ymax: 6689216
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355276.6 ymin: 6689170 xmax: 355356.9 ymax: 6689218
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 16 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355285.7 ymin: 6689125 xmax: 355418.7 ymax: 6689200
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355191.9 ymin: 6689101 xmax: 355277.5 ymax: 6689159
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355273.3 ymin: 6689167 xmax: 355367.6 ymax: 6689219
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 7 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355254.8 ymin: 6689136 xmax: 355435.4 ymax: 6689249
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 5 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355203.7 ymin: 6689090 xmax: 355433 ymax: 6689253
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355166.2 ymin: 6689073 xmax: 355402.3 ymax: 6689229
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 7 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355256.1 ymin: 6689121 xmax: 355403.6 ymax: 6689246
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355293.6 ymin: 6689137 xmax: 355407.6 ymax: 6689199
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355194.3 ymin: 6689106 xmax: 355272.6 ymax: 6689162
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 23 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270.7 ymin: 6689166 xmax: 355358 ymax: 6689216
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 18 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355283.1 ymin: 6689134 xmax: 355417 ymax: 6689200
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355270.9 ymin: 6689111 xmax: 355426.4 ymax: 6689219
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 15 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355187.8 ymin: 6689092 xmax: 355289.7 ymax: 6689178
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 11 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355258.7 ymin: 6689164 xmax: 355400.9 ymax: 6689241
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355270 ymin: 6689128 xmax: 355427.4 ymax: 6689211
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 9 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355216.9 ymin: 6689126 xmax: 355285.3 ymax: 6689180
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 25 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355271.6 ymin: 6689166 xmax: 355370.5 ymax: 6689220
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355284.6 ymin: 6689132 xmax: 355419 ymax: 6689201
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 20 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355210.2 ymin: 6689109 xmax: 355278.8 ymax: 6689161
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 18 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355170.6 ymin: 6689066 xmax: 355346.1 ymax: 6689237
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355169.5 ymin: 6689141 xmax: 355409.6 ymax: 6689261
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355255.9 ymin: 6689110 xmax: 355421.9 ymax: 6689223
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230821_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355187.7 ymin: 6689066 xmax: 355309.5 ymax: 6689187
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 25 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355279.6 ymin: 6689125 xmax: 355408.4 ymax: 6689224
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 16 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355287.8 ymin: 6689124 xmax: 355421.4 ymax: 6689201
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 9 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355191.4 ymin: 6689099 xmax: 355274 ymax: 6689152
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 16 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355273.2 ymin: 6689168 xmax: 355374.9 ymax: 6689217
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 7 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355258.6 ymin: 6689120 xmax: 355419.9 ymax: 6689242
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 6 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355248.7 ymin: 6689092 xmax: 355438.6 ymax: 6689230
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355163.8 ymin: 6689072 xmax: 355309.9 ymax: 6689231
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355259.1 ymin: 6689128 xmax: 355403.4 ymax: 6689246
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 1 feature and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355332.8 ymin: 6689140 xmax: 355332.8 ymax: 6689140
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355198 ymin: 6689108 xmax: 355265.1 ymax: 6689159
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 34 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270 ymin: 6689163 xmax: 355360.2 ymax: 6689216
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355281.9 ymin: 6689126 xmax: 355424.8 ymax: 6689200
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 1 feature and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355327.5 ymin: 6689133 xmax: 355346 ymax: 6689168
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355194.2 ymin: 6689091 xmax: 355286.6 ymax: 6689184
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355260.1 ymin: 6689165 xmax: 355391.9 ymax: 6689238
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355275.1 ymin: 6689114 xmax: 355438.4 ymax: 6689216
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355206.9 ymin: 6689109 xmax: 355276.5 ymax: 6689168
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 33 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355271.8 ymin: 6689166 xmax: 355369.4 ymax: 6689220
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 14 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355319.8 ymin: 6689147 xmax: 355409.3 ymax: 6689213
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 18 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355204.5 ymin: 6689119 xmax: 355263.9 ymax: 6689159
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 24 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355195.3 ymin: 6689071 xmax: 355427 ymax: 6689223
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 4 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355240.1 ymin: 6689171 xmax: 355403.8 ymax: 6689253
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355262.2 ymin: 6689126 xmax: 355435.4 ymax: 6689216
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230822_etienn.gpkg'
using driver `GPKG'
Simple feature collection with 9 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355172.8 ymin: 6689071 xmax: 355303.3 ymax: 6689216
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355275.9 ymin: 6689173 xmax: 355366.4 ymax: 6689222
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 16 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355297.6 ymin: 6689132 xmax: 355424.3 ymax: 6689199
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355182.2 ymin: 6689110 xmax: 355291.9 ymax: 6689158
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 19 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355276 ymin: 6689170 xmax: 355385.4 ymax: 6689237
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 6 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355258.4 ymin: 6689126 xmax: 355410.3 ymax: 6689249
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355246.3 ymin: 6689089 xmax: 355439.5 ymax: 6689243
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 11 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355173.3 ymin: 6689079 xmax: 355327.4 ymax: 6689225
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ayoubi.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355258.5 ymin: 6689130 xmax: 355409.1 ymax: 6689252
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 6 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355292.4 ymin: 6689125 xmax: 355408.9 ymax: 6689201
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355199.2 ymin: 6689107 xmax: 355261 ymax: 6689161
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 27 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355270.5 ymin: 6689168 xmax: 355355.4 ymax: 6689216
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355291.6 ymin: 6689125 xmax: 355424.1 ymax: 6689196
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 13 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355265.1 ymin: 6689116 xmax: 355432.5 ymax: 6689214
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 12 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355198.1 ymin: 6689092 xmax: 355299 ymax: 6689183
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 8 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355249.8 ymin: 6689159 xmax: 355393.7 ymax: 6689242
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_delecrin.gpkg'
using driver `GPKG'
Simple feature collection with 10 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355274.8 ymin: 6689110 xmax: 355436.5 ymax: 6689223
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 6 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355212 ymin: 6689106 xmax: 355262.8 ymax: 6689159
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 25 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355271.8 ymin: 6689167 xmax: 355370.3 ymax: 6689221
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 9 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355286.5 ymin: 6689123 xmax: 355412.4 ymax: 6689192
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_staying' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 11 features and 24 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 355207 ymin: 6689109 xmax: 355254.7 ymax: 6689163
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `09h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 7 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355168.1 ymin: 6689079 xmax: 355304.6 ymax: 6689216
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `12h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 4 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355262.1 ymin: 6689154 xmax: 355408.3 ymax: 6689253
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `15h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 5 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355272.1 ymin: 6689109 xmax: 355439.7 ymax: 6689269
Projected CRS: RGF93 v1 / Lambert-93
Reading layer `18h30_moving' from data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/source/commerce_feydeau_qfield_20230823_ganfon.gpkg'
using driver `GPKG'
Simple feature collection with 9 features and 18 fields
Geometry type: MULTILINESTRING
Dimension: XY
Bounding box: xmin: 355174.4 ymin: 6689076 xmax: 355298.5 ymax: 6689204
Projected CRS: RGF93 v1 / Lambert-93
df_s = rbindlist(list_s,use.names = FALSE) %>% as.data.frame() %>% st_as_sf()
df_s = df_s %>% rename_with(~ gsub(".", "_", .x, fixed = TRUE))
df_s = df_s[!(is.na(df_s$activity)), ]
df_s %>% ggplot() + geom_sf()
df_m = rbindlist(list_m,use.names = FALSE) %>% as.data.frame() %>% st_as_sf()
df_m = df_m %>% rename_with(~ gsub(".", "_", .x, fixed = TRUE))
df_m = df_m[!(is.na(df_m$mouvement)), ]
df_m %>% ggplot() + geom_sf()
NA
NA
#survey_id
df_s$survey_id =
paste0(
str_split_i(df_s$fileid,"_",1),"_",
str_split_i(df_s$fileid,"_",2),"_",
str_split_i(df_s$fileid,"_",4),"_",
gsub("h","",str_split_i(df_s$layer,"_",1)),
"00")
df_m$survey_id =
paste0(
str_split_i(df_m$fileid,"_",1),"_",
str_split_i(df_m$fileid,"_",2),"_",
str_split_i(df_m$fileid,"_",4),"_",
gsub("h","",str_split_i(df_m$layer,"_",1)),
"00")
#observer_id
df_s$observer =
gsub(".gpkg","",str_split_i(df_s$fileid,"_",5))
df_m$observer =
gsub(".gpkg","",str_split_i(df_m$fileid,"_",5))
# row_id
df_s$row_id <- paste(df_s$survey_id, ave(df_s$timestamp,df_s$survey_id, FUN = seq_along), sep="_")
df_m$row_id <- paste(df_m$survey_id, ave(df_m$timestamp,df_m$survey_id, FUN = seq_along), sep="_")
#tc
df_s$tc = gsub("h",":",str_split_i(df_s$layer,"_",1))
df_m$tc = gsub("h",":",str_split_i(df_m$layer,"_",1))
# Row_total
df_s$row_total = df_s$gender_male+df_s$gender_female
df_s$gender_unknown =
ifelse(
df_s$row_total == 0,
df_s$age_0_14+df_s$age_15_24+df_s$age_25_44+df_s$age_45_64+df_s$age_65_74+df_s$age_75p,
df_s$gender_unknown
)
df_s$row_total =
ifelse(
df_s$row_total == 0,
df_s$age_0_14+df_s$age_15_24+df_s$age_25_44+df_s$age_45_64+df_s$age_65_74+df_s$age_75p,
df_s$row_total
)
df_s = df_s %>% filter(row_total != 0)
df_s = df_s %>% drop_na(activity)
df_m$row_total <- df_m$gender_male+df_m$gender_female
df_m$gender_unknown =
ifelse(
df_m$row_total == 0,
df_m$age_0_14+df_m$age_15_24+df_m$age_25_44+df_m$age_45_64+df_m$age_65_74+df_m$age_75p,
df_m$gender_unknown
)
df_m$row_total =
ifelse(
df_m$row_total == 0,
df_m$age_0_14+df_m$age_15_24+df_m$age_25_44+df_m$age_45_64+df_m$age_65_74+df_m$age_75p,
df_m$row_total
)
df_m = df_m %>% filter(row_total != 0)
df_m = df_m %>% drop_na(mouvement)
# Mean age per group
df_s$age_mean <- round(((df_s$age_0_14*7)+(df_s$age_15_24*19.5)+(df_s$age_25_44*34.5)+
(df_s$age_45_64*54.5)+(df_s$age_65_74*69.5)+
(df_s$age_75p*80))/df_s$row_total,digits = 1)
df_m$age_mean <- round(((df_m$age_0_14*7)+(df_m$age_15_24*19.5)+(df_m$age_25_44*34.5)+
(df_m$age_45_64*54.5)+(df_m$age_65_74*69.5)+
(df_m$age_75p*80))/df_m$row_total,digits = 1)
df_s$date = as.Date(as.POSIXct(as.numeric(df_s$timestamp)/1000, origin="1970-01-01"))
df_m$date = as.Date(as.POSIXct(as.numeric(df_m$timestamp)/1000, origin="1970-01-01"))
df_s$time =
format(
as.POSIXct(as.numeric(df_s$timestamp)/1000, origin="1970-01-01", tz = "Europe/Berlin"),
format = "%H:%M:%S")
df_m$time =
format(
as.POSIXct(as.numeric(df_m$timestamp)/1000, origin="1970-01-01", tz = "Europe/Berlin"),
format = "%H:%M:%S")
#conversion of points into spatial feature object
df_s_lb93 <- st_as_sf(df_s, coords = c("X_lb93", "Y_lb93"), crs = 2154, agr = "constant", remove = FALSE)
#conversion of Lambert93 coordinates into pseudo mercator (WGS84, EPSg 3857) for kepler.gl
df_s_wgs84 <- st_transform(df_s_lb93, 4326)
#extracting X and Y coordinates from geometry
df_s_xy_wgs84 <- st_coordinates(df_s_wgs84)
#replacing longitude and latitude by X and Y respectively
df_s$X_wgs84 <- df_s_xy_wgs84[,1]
df_s$Y_wgs84 <- df_s_xy_wgs84[,2]
df_s = df_s[,c(
"survey_id","row_id",
"timestamp","date","time","tc",
"X_lb93","Y_lb93","X_wgs84","Y_wgs84",
"row_total","gender_male","gender_female","gender_unknown",
"age_mean","age_0_14", "age_15_24","age_25_44","age_45_64","age_65_74","age_75p",
"posture","interaction","clothing","exposure","activity","stay_time",
"observer","layer","fileid","geom")]
df_m = df_m[,c(
"survey_id","row_id",
"timestamp","date","time","tc",
"row_total","gender_male","gender_female","gender_unknown",
"age_mean","age_0_14", "age_15_24","age_25_44","age_45_64","age_65_74","age_75p",
"interaction","clothing","exposure","mouvement",
"observer","layer","fileid","geom")]
rm(df_s_lb93)
rm(df_s_wgs84)
rm(df_s_xy_wgs84)
rm(list_s)
rm(list_m)
df_s_2154 = df_s
df_m_2154 = df_m
df_s_4326 = st_transform(df_s, 4326)
df_m_4326 = st_transform(df_m, 4326)
# definie the CRS to use in the subsequent scripts
df_s = df_s_4326
df_m = df_m_4326
st_write(df_s_2154,
dsn=here("outcomes","obs_2154.gpkg"),
layer='staying',
append=FALSE,
layer_options = "OVERWRITE=YES")
Deleting layer `staying' using driver `GPKG'
Writing layer `staying' to data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/outcomes/obs_2154.gpkg' using driver `GPKG'
options: OVERWRITE=YES
Writing 1436 features with 30 fields and geometry type Point.
st_write(df_s_4326,
dsn=here("outcomes","obs_4326.gpkg"),
layer='staying',
append=FALSE,
layer_options = "OVERWRITE=YES")
Deleting layer `staying' using driver `GPKG'
Writing layer `staying' to data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/outcomes/obs_4326.gpkg' using driver `GPKG'
options: OVERWRITE=YES
Writing 1436 features with 30 fields and geometry type Point.
st_write(df_m_2154,
dsn=here("outcomes","obs_2154.gpkg"),
layer='moving',
append=FALSE,
layer_options = "OVERWRITE=YES")
Deleting layer `moving' using driver `GPKG'
Writing layer `moving' to data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/outcomes/obs_2154.gpkg' using driver `GPKG'
options: OVERWRITE=YES
Writing 749 features with 24 fields and geometry type Multi Line String.
st_write(df_m_4326,
dsn=here("outcomes","obs_4326.gpkg"),
layer='moving',
append=FALSE,
layer_options = "OVERWRITE=YES")
Deleting layer `moving' using driver `GPKG'
Writing layer `moving' to data source
`/Users/irequena/Documents/GitHub/qfield_urban_ethnography/dev/outcomes/obs_4326.gpkg' using driver `GPKG'
options: OVERWRITE=YES
Writing 749 features with 24 fields and geometry type Multi Line String.
buildings <- read_sf(here("source","geom","context.gpkg"),"buildings")
buildings = st_transform(buildings, 4326)
plot(buildings)
Warning: plotting the first 9 out of 27 attributes; use max.plot = 27 to plot all
boundary = read_sf(here("source","geom","context.gpkg"),"perimetre") %>% slice(1)
boundary = st_transform(boundary, 4326)
plot(boundary)
zones = read_sf(here("source","geom","context.gpkg"),"zones")
zones = st_transform(zones, 4326)
plot(zones)
track = read_sf(here("source","geom","track.gpkg"),"track3")
track = st_transform(track, 4326)
plot(track)
basemap = stack(here("source","geom","basemap.tif"))
Warning: [minmax] min and max values not available for all layers. See 'setMinMax' or 'global'
basemap_df = as.data.frame(basemap, xy= TRUE)
basemap_df =
basemap_df %>%
rename(red = basemap_1, #Rename bands
green = basemap_2,
blue = basemap_3) %>%
filter(red != 0) #drop data w/o rgb information
map = stack(here("source","geom","map_georeferenced_clip.tif"))
Warning: [minmax] min and max values not available for all layers. See 'setMinMax' or 'global'
map_df = as.data.frame(map, xy= TRUE)
map_df =
map_df %>%
rename(red = map_georeferenced_clip_1, #Rename bands
green = map_georeferenced_clip_2,
blue = map_georeferenced_clip_3) %>%
filter(red != 0) #drop data w/o rgb information
bbox = st_bbox(st_buffer(boundary,dist = 0, joinStyle="ROUND")) #global
# the bounding box, limiting what we fetch
#bbox_osm =
# data.frame(min = c(bbox["xmin"],bbox["ymin"]),
# max = c(bbox["xmax"],bbox["ymax"]))
#row.names(bbox_osm) = c("x","y")
#bbox_osm = as.matrix(bbox_osm)
bbox_osm =
getbb(
place_name = "Nantes",
featuretype = "city"
)
# tree
map_tree <- bbox_osm %>%
opq() %>%
add_osm_feature(key = "natural",
value = "tree") %>%
osmdata_sf()
# jardins
map_garden <- bbox_osm %>%
opq() %>%
add_osm_feature(key = "leisure",
value = c("garden","park")) %>%
osmdata_sf()
# jardins
map_grass <- bbox_osm %>%
opq() %>%
add_osm_feature(key = "landuse",
value = "grass") %>%
osmdata_sf()
# fontaines
map_eau <- bbox_osm %>%
opq() %>%
add_osm_feature(key = "natural",
value = "water") %>%
osmdata_sf()
#tramway
map_tram <- bbox_osm %>%
opq() %>%
add_osm_feature(key = "electrified",
value = "contact_line") %>%
osmdata_sf()
#platform
map_tram_platform <- bbox_osm %>%
opq() %>%
add_osm_feature(key = "public_transport",
value = "platform") %>%
osmdata_sf()
#building civic
map_building_civic <- bbox_osm %>%
opq() %>%
add_osm_feature(key = "building",
value = "civic") %>%
osmdata_sf()
bbox_4326 = st_bbox(st_transform(st_as_sfc(bbox), 4326))
ggplot() +
geom_sf(data = map_garden$osm_polygons, fill = "#9DBF9E", col = "#9DBF9E") +
geom_sf(data = map_grass$osm_polygons, fill = "#9DBF9E", col = "#9DBF9E") +
geom_sf(data = map_tram$osm_lines, lwd = 1, colour = "gray") +
geom_sf(data = map_tram_platform$osm_polygons, col = "gray") +
geom_sf(data = map_tree$osm_points, size = 0.5, col = "#4A6C6F") +
geom_sf(data = map_eau$osm_polygons, fill = "#9DDBFF", col = "#9DDBFF") +
geom_sf(data = st_transform(buildings, 4326), col = "black", fill = "black") +
geom_sf(data = map_building_civic$osm_polygons, col = "black", fill = "black") +
xlim(bbox_4326[["xmin"]],bbox_4326[["xmax"]])+
ylim(bbox_4326[["ymin"]],bbox_4326[["ymax"]])+
theme_bw()
NA
NA
theme_carto <-
theme_bw() +
theme(
#axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
#legend.position="none",
panel.background=element_blank(),
#panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank(),
strip.background=element_rect(fill="black"),
strip.text = element_text(colour = 'white')
)
bck =
ggplot() +
geom_sf(data = map_garden$osm_polygons, fill = "#9DBF9E", col = "#9DBF9E") +
geom_sf(data = map_grass$osm_polygons, fill = "#9DBF9E", col = "#9DBF9E") +
geom_sf(data = map_tram$osm_lines, lwd = 1, col = "grey70") +
geom_sf(data = map_tram_platform$osm_polygons, col = "grey70") +
geom_sf(data = map_tree$osm_points, size = 0.5, col = "#4A6C6F") +
geom_sf(data = map_eau$osm_polygons, fill = "#9DDBFF", col = "#9DDBFF")
bck_atlas =
ggplot() +
geom_sf(data = map_garden$osm_polygons, fill = "grey70", col = "grey70") +
geom_sf(data = map_grass$osm_polygons, fill = "grey70", col = "grey70") +
geom_sf(data = map_tram$osm_lines, lwd = 1, col = "grey80") +
geom_sf(data = map_tram_platform$osm_polygons, col = "grey80") +
geom_sf(data = map_tree$osm_points, size = 0.2, col = "grey30") +
geom_sf(data = map_eau$osm_polygons, fill = "grey50", col = "grey50")
# geom_raster(
# data = basemap_df, aes(x = x, y =y), fill = rgb(r = basemap_df$red, g = basemap_df$green, b = basemap_df$blue, maxColorValue = 255),
# show.legend = FALSE)+
# geom_raster(
# data = map_df, aes(x = x, y =y), fill = rgb(r = map_df$red, g = map_df$green, b = map_df$blue, maxColorValue = 255),
# show.legend = FALSE)
m = df_m
z = zones
#m = st_intersection(m,z)
s = df_s
#s = st_intersection(s,z)
bcs_sum_s =
df_s %>%
mutate(
time = as.POSIXct(time,format="%H:%M:%S", tz="Europe/Paris")
) %>%
group_by(survey_id) %>%
summarise(
date = first(date),
heure = first(tc),
#start = first(time),
#end = last(time),
duration = as.numeric(last(time)-first(time)),
observers = n_distinct(observer),
observations = n(),
nbp = sum(row_total),
age_mean = mean(age_mean),
gender_female = sum(gender_female)/nbp,
gender_male = sum(gender_male)/nbp
) %>%
mutate_if(is.numeric, round, digits=1) %>%
mutate(
tair_mf = c(24.9,29.3,29.7,25.0, #14/6/2023
20.0,25.9,25.2,21.8, #15/6/2023
27.2,30.2,31.7,30.6, #24/6/2023
21.4,25.3,26.9,25.5, #10/7/2023
25.2,28.0,26.3,22.1, #18/7/2023
24.3,28.9,29.9,27.2, #21/8/2023
24.0,28.5,31.0,28.6, #22/8/2023
22.7,30.6,34.6,31.7 #23/8/2023
)
) %>%
#dplyr::select(-survey_id) %>%
st_drop_geometry()
bcs_sum_m =
df_m %>%
mutate(
time = as.POSIXct(time,format="%H:%M:%S", tz="Europe/Paris")
) %>%
group_by(survey_id) %>%
summarise(
date = first(date),
heure = first(tc),
#start = first(time),
#end = last(time),
duration = as.numeric(last(time)-first(time)),
observers = n_distinct(observer),
observations = n(),
nbp = sum(row_total),
age_mean = mean(age_mean),
gender_female = sum(gender_female)/nbp,
gender_male = sum(gender_male)/nbp
) %>%
mutate_if(is.numeric, round, digits=1) %>%
mutate(
tair_mf = c(24.9,29.3,29.7,25.0, #14/6/2023
20.0,25.9,25.2,21.8, #15/6/2023
27.2,30.2,31.7,30.6, #24/6/2023
21.4,25.3,26.9,25.5, #10/7/2023
25.2,28.0,26.3,22.1, #18/7/2023
24.3,28.9,29.9,27.2, #21/8/2023
24.0,28.5,31.0,28.6, #22/8/2023
22.7,30.6,34.6,31.7 #23/8/2023
)
) %>%
#dplyr::select(-survey_id) %>%
st_drop_geometry()
bcs_sum_s %>%
group_by(date) %>%
summarise(
jour = weekdays(first(date), abbreviate = T),
tair_mf_m = mean(tair_mf),
campagnes_n = n_distinct(survey_id),
enqueteurs_n = mean(observers),
duree_m = mean(duration),
observations_m = mean(observations),
personnes_m = mean(nbp),
age_m = mean(age_mean),
hommes_p = mean(gender_male),
femmes_p = mean(gender_female)
) %>%
mutate_at(vars(campagnes_n,enqueteurs_n,observations_m,personnes_m), round, digits=0) %>%
mutate_at(vars(tair_mf_m,duree_m,age_m), round, digits=1) %>%
mutate_at(vars(hommes_p,femmes_p), round, digits=2) %>%
kable(
format = "html",
col.names = c("Date","Jour","Tair MF (°C)","Campagnes","Enqueteurs","Durée (min.)","Observations","Personnes","Age","Hommes (%)","Femmes (%)"),
align=rep('lcccccccccc'),
caption = "Situations statiques, résumé par journée.") %>%
kable_styling(bootstrap_options = c("striped","hover","bordered"), full_width = F, html_font = "Times New Roman") %>%
column_spec(1, width = "7em", bold = T) %>%
as_image(file = here("outcomes","obs_resume_jour_s.jpg"), zoom = 3)
bcs_sum_m %>%
group_by(date) %>%
summarise(
jour = weekdays(first(date), abbreviate = T),
tair_mf_m = mean(tair_mf),
campagnes_n = n_distinct(survey_id),
enqueteurs_n = mean(observers),
duree_m = mean(duration),
observations_m = mean(observations),
personnes_m = mean(nbp),
age_m = mean(age_mean),
hommes_p = mean(gender_male),
femmes_p = mean(gender_female)
) %>%
mutate_at(vars(campagnes_n,enqueteurs_n,observations_m,personnes_m), round, digits=0) %>%
mutate_at(vars(tair_mf_m,duree_m,age_m), round, digits=1) %>%
mutate_at(vars(hommes_p,femmes_p), round, digits=2) %>%
kable(
format = "html",
col.names = c("Date","Jour","Tair MF (°C)","Campagnes","Enqueteurs","Durée (min.)","Observations","Personnes","Age","Hommes (%)","Femmes (%)"),
align=rep('lcccccccccc'),
caption = "Situations en mouvement, résumé par journée.") %>%
kable_styling(bootstrap_options = c("striped","hover","bordered"), full_width = F, html_font = "Times New Roman") %>%
column_spec(1, width = "7em", bold = T) %>%
as_image(file = here("outcomes","obs_resume_jour_m.jpg"), zoom = 3)
NA
NA
NA
plot_s =
df_s %>%
group_by(survey_id) %>%
summarise(
date = as.character(first(date)),
time = first(tc),
ref = paste0(date," ",time),
nbp = sum(row_total)
) %>%
dplyr::select(-survey_id) %>%
st_drop_geometry() %>%
ggplot(aes(x = ref, y = nbp, fill = date)) +
geom_col() +
scale_fill_manual(values = wes_palette("Royal1", 8, type = "continuous")) +
ylim(0,170)+
labs(
title = "Situations statiques",
x = "",
y = "frequentation (nb personnes)"
) +
theme_linedraw() +
theme(
axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1),
legend.position = "none")
plot_m =
df_m %>%
group_by(survey_id) %>%
summarise(
date = as.character(first(date)),
time = first(tc),
ref = paste0(date," ",time),
nbp = sum(row_total)
) %>%
dplyr::select(-survey_id) %>%
st_drop_geometry() %>%
ggplot(aes(x = ref, y = nbp, fill = date)) +
geom_col() +
scale_fill_manual(values = wes_palette("Royal1", 8, type = "continuous")) +
ylim(0,170)+
labs(
title = "Situations en mouvement",
x = "",
y = ""
) +
theme_linedraw() +
theme(
axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1),
legend.position = "none")
ggarrange(plot_s,plot_m)
ggsave(here("outcomes","obs_general_frequentation.jpg"), width = 3000, height = 1500, units = "px", dpi = 200)
df_s %>%
group_by(survey_id,stay_time) %>%
summarise(
date = as.character(first(date)),
time = first(tc),
ref = paste0(date," ",time),
nbp = sum(row_total)
) %>%
st_drop_geometry() %>%
dplyr::select(-survey_id) %>%
drop_na(stay_time) %>%
ggplot(aes(x = ref, y = nbp, fill = stay_time)) +
geom_col() +
scale_fill_manual(values = wes_palette("Royal1", 8, type = "continuous"),
limits = c("0_2min_short","3_6min_brief","7_12min_break","13_20min_long")) +
ylim(0,170) +
labs(
title = "Situations statiques. Temps de séjour",
x = "",
y = ""
) +
theme_linedraw() +
theme(
axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1))
`summarise()` has grouped output by 'survey_id'. You can override using the `.groups` argument.Adding missing grouping variables: `survey_id`
ggsave(here("outcomes","obs_stat_s_temps.jpg"), width = 2000, height = 1500, units = "px", dpi = 200)
df_s %>%
group_by(survey_id,activity) %>%
summarise(
date = as.character(first(date)),
time = first(tc),
ref = paste0(date," ",time),
nbp = sum(row_total)
) %>%
st_drop_geometry() %>%
dplyr::select(-survey_id) %>%
drop_na(activity) %>%
ggplot(aes(x = ref, y = nbp, fill = activity)) +
geom_col() +
scale_fill_manual(values = wes_palette("Royal1", 20, type = "continuous")) +
ylim(0,170) +
labs(
title = "Situations statiques. Activité",
x = "",
y = ""
) +
theme_linedraw() +
theme(
axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1))
`summarise()` has grouped output by 'survey_id'. You can override using the `.groups` argument.Adding missing grouping variables: `survey_id`
ggsave(here("outcomes","obs_stat_s_activite.jpg"), width = 2000, height = 1500, units = "px", dpi = 200)
df_s %>%
group_by(survey_id,posture) %>%
summarise(
date = as.character(first(date)),
time = first(tc),
ref = paste0(date," ",time),
nbp = sum(row_total)
) %>%
st_drop_geometry() %>%
dplyr::select(-survey_id) %>%
drop_na(posture) %>%
ggplot(aes(x = ref, y = nbp, fill = posture)) +
geom_col() +
scale_fill_manual(values = wes_palette("Royal1", 8, type = "continuous")) +
ylim(0,170) +
labs(
title = "Situations statiques. Posture",
x = "",
y = ""
) +
theme_linedraw() +
theme(
axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1))
`summarise()` has grouped output by 'survey_id'. You can override using the `.groups` argument.Adding missing grouping variables: `survey_id`
ggsave(here("outcomes","obs_stat_s_posture.jpg"), width = 2000, height = 1500, units = "px", dpi = 200)
bck +
#ggplot()+
geom_sf(data = m, lwd = 0.4, col = "black", alpha = 0.1)+
scale_fill_manual(values = wes_palette("Zissou1", 2, type = "discrete")) +
geom_sf(data = s, alpha = 0.5, col = "black", shape = 3, aes(size = row_total/2))+
geom_sf(data = map_tree$osm_points, size = 1, col = "#4A6C6F") +
geom_sf(data = map_building_civic$osm_polygons, col = "grey25", fill = "grey25") +
geom_sf(data = st_transform(buildings, 4326), col = "grey25", fill = "grey25")+
xlim(bbox_4326[["xmin"]]+0.0008,bbox_4326[["xmax"]]-0.0003)+
ylim(bbox_4326[["ymin"]]+0.0005,bbox_4326[["ymax"]]-0.0003)+
theme_carto+
theme(legend.position = "none")
ggsave(here("outcomes","obs_general.jpg"), width = 3000, height = 2000, units = "px", dpi = 200)
bck_atlas +
#ggplot()+
geom_sf(data = m, lwd = 0.4, col = "red", alpha = 0.1)+
geom_sf(data = s, alpha = 0.5, col = "red", shape = 3, aes(size = row_total/3))+
#geom_sf(data = map_tree$osm_points, size = 1, col = "#4A6C6F") +
geom_sf(data = map_building_civic$osm_polygons, col = "grey80", fill = "grey80") +
geom_sf(data = st_transform(buildings, 4326), col = "grey80", fill = "grey80")+
xlim(bbox_4326[["xmin"]]+0.001,bbox_4326[["xmax"]]-0.0005)+
ylim(bbox_4326[["ymin"]]+0.0007,bbox_4326[["ymax"]]-0.0004)+
theme_carto+
theme(legend.position = "none")+
facet_grid(
rows = vars(tc),
cols = vars(date)
)
ggsave(here("outcomes","obs_general_atlas.jpg"), width = 5000, height = 3000, units = "px", dpi = 200)
bck_atlas +
#ggplot()+
geom_sf(data = m, lwd = 0.4, col = "red", alpha = 0.1)+
geom_sf(data = s, alpha = 0.5, col = "red", shape = 3, aes(size = row_total/3))+
#geom_sf(data = map_tree$osm_points, size = 1, col = "#4A6C6F") +
geom_sf(data = map_building_civic$osm_polygons, col = "grey80", fill = "grey80") +
geom_sf(data = st_transform(buildings, 4326), col = "grey80", fill = "grey80")+
xlim(bbox_4326[["xmin"]]+0.001,bbox_4326[["xmax"]]-0.0005)+
ylim(bbox_4326[["ymin"]]+0.0007,bbox_4326[["ymax"]]-0.0004)+
theme_carto+
theme(legend.position = "none")+
facet_wrap(~tc,ncol = 4)
ggsave(here("outcomes","obs_general_atlas_heure.jpg"), width = 5000, height = 3000, units = "px", dpi = 200)
bck_atlas +
#ggplot()+
geom_sf(data = m, lwd = 0.4, col = "red", alpha = 0.1)+
geom_sf(data = s, alpha = 0.5, col = "red", shape = 3, aes(size = row_total/3))+
#geom_sf(data = map_tree$osm_points, size = 1, col = "#4A6C6F") +
geom_sf(data = map_building_civic$osm_polygons, col = "grey80", fill = "grey80") +
geom_sf(data = st_transform(buildings, 4326), col = "grey80", fill = "grey80")+
xlim(bbox_4326[["xmin"]]+0.001,bbox_4326[["xmax"]]-0.0005)+
ylim(bbox_4326[["ymin"]]+0.0007,bbox_4326[["ymax"]]-0.0004)+
theme_carto+
theme(legend.position = "none")+
facet_wrap(~date,ncol = 4)
ggsave(here("outcomes","obs_general_atlas_date.jpg"), width = 5000, height = 3000, units = "px", dpi = 200)
#Leaflet